An array of the records to update. Each record should contain the following structure:
id [type: String] - The ID of the record to update.
columnName [type: String] - The name of the column to update.
value [type: String] - The new value to use for the data storage record item.